home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekikoh Dennoh Club 1
/
Gekikoh Dennoh Club Vol. 1 (Japan).7z
/
Gekikoh Dennoh Club Vol. 1 (Japan) (Track 1).bin
/
kowin
/
archive
/
sys
/
kowin14d.lzh
/
include
/
gviewlib.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-09-02
|
575b
|
29 lines
/*
GraphicView Copyright 1995 小笠原博之
oga@dgw.yz.yamagata-u.ac.jp
*/
#ifndef __WLIB__
#include <wlib.h>
#endif
typedef struct t_gviewlib {
/* UserGraphic */
int h, v;
int color;
unsigned short *buf,
*palet; /* ! */
/* G-view */
int flag;
int (*EventExec)( WindowID, EventInfo*,struct t_gviewlib*);
WindowID wp;
} GVIEW;
#define fSLEEP 1
extern void GViewOpen( int, int, GVIEW*, char*, int );
extern void GViewRedraw( GVIEW*, int );
extern void GViewSetPalet( GVIEW* );
extern GVIEW *GViewAlloc( int, int, int, int );